#header {
  position: relative;
}
#header .topmenu {
  padding: 0 5%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  background: rgba(17, 42, 135, 0.7);
  box-sizing: border-box;
  width: 100%;
}
#header .topmenu .logo {
  width: 350px;
}

#header .topmenu .logo img {
  width: 350px;
  height: auto;
}

#header .topmenu .menu {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
#header .topmenu .menu .menu-box {
  display: flex;
  align-items: center;
}

#header .topmenu .menu .menu-box .menu-item {
  cursor: pointer;
  min-width: 100px;
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  position: relative;
}

#header .topmenu .menu .menu-box .menu-item::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 80px;
  border-bottom: #112a87 solid 3px;
  display: block;
  transform: scale(0);
  transform-origin: center top;
  transition: all 0.2s ease-out 0s;
}

#header .topmenu .menu .menu-box .menu-item:hover::after {
  transform: scale(1);
}

#header .topmenu .menu-children {
  display: none;
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  right: 0;
  top: 64px;
  background: rgba(17, 42, 135, 0.5);
}
#header .topmenu .menu .menu-box .menu-item ul {
  z-index: 10;
  position: absolute;
  left: -150%;
  right: 0;
  top: 64px;
  display: none;
  width: auto;
  height: 60px;
  align-items: center;
}
#header .topmenu.active .menu-children {
  display: block;
}
#header .topmenu .menu .menu-box .menu-item.active ul {
  display: flex;
}

#header .topmenu .menu .menu-box .menu-item ul li {
  flex: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .topmenu .menu .menu-box .menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px;
  line-height: 40px;
  box-sizing: border-box;
}

#header .topmenu .menu .search {
  margin-left: 30px;
  position: relative;
}
#header .topmenu .search .icon {
  width: 55px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/img/icon/sousuo2.png") no-repeat center;
  background-size: 100% 100%;
  background-color: #112a87;
  cursor: pointer;
}

#banner .swiper-wrapper .swiper-slide .bannerPic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}
#banner .swiper-wrapper .swiper-slide.active .bannerPic {
  transition: all 5s ease 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}

.main {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}

.main .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.oneinfo {
  width: 100%;
  height: 700px;
  background-image: url("/img/banner/banner2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.oneinfo ul {
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: relative;
}

.oneinfo ul li {
  cursor: default;
  user-select: none;
  position: absolute;
}

.oneinfo .count {
  font-weight: bold;
  font-size: 32px;
  color: #112a87;
}

.flex {
  display: flex;
  align-items: center;
}

.company {
  padding: 30px 0;
  background: #fff;
}

.company #newsBanner {
  width: 40%;
  height: 280px;
  margin-right: 30px;
}
.company #banner_news {
  height: 100%;
}
.company #newsBanner .news {
  position: relative;
  width: 100%;
  height: 100%;
}
.company #newsBanner .swiper-slide .title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 42, 135, 0.3);
  z-index: 2;
  color: #fff;
  margin: 0;
}

.company #newsBanner img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.company .newblock {
  width: calc(100% - 40% - 30px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.company .newblock .newblock-item {
  width: calc(50% - 12px);
  height: 130px;
  margin: 6px;
  background: #f6f6f6;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 3px 6px 0px;
  justify-content: space-around;
  user-select: none;
  cursor: pointer;
}

.company .newblock .newblock-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.company .newblock .newblock-item a:hover {
  text-decoration: none;
}

.company .newblock .newblock-item .icon {
  width: 56px;
  height: 70px;
  margin-right: 15px;
}
.company .newblock .newblock-item .icon img {
  width: 100%;
  height: auto;
}

.company .newblock .newblock-item .content {
  width: calc(100% - 70px);
}

.company .newblock .newblock-item .title {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
}
.company .newblock .newblock-item .desc {
  text-align: left;
  font-size: 14px;
  color: #999;
}

.news {
  width: 100%;
  min-height: 600px;
  background-image: url("/img/banner/banner3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px 0;
}
.news .desc {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.news .more {
  margin-top: -30px;
  float: right;
}
.news .news-item {
  margin-bottom: 10px;
}
.news .news-item a {
  color: #333;
  text-decoration: none;
}

.news .news-item.active {
  background: #fff;
  padding: 20px;
}
.news .news-item.active .content {
  display: flex;
  opacity: 1;
}
.news .news-item.active a .title {
  color: #112a87;
}

.news .news-item .title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}
.news .news-item .content {
  transition: all 1s ease 2.5s;
  display: none;
  opacity: 1;
  align-items: flex-start;
}
.news .news-item .content .desc {
  width: 80%;
  padding-right: 20px;
  text-align: left;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.news .news-item .content img {
  width: 220px;
  height: 130px;
  object-fit: cover;
}

.product {
  width: 100%;
  height: auto;
  padding: 30px 0 50px;
  /* background: #fff; */
  position: relative;
}

.product::after {
  position: absolute;
  content: "";
  top: 55%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #112a87;
}

.product .content {
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-items: center;
}
.product .content .product-item {
  flex: 1 auto;
  height: 400px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
  position: relative;
  user-select: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product .content .product-item .name {
  display: inline-block;
  height: 100px;
  text-align: left;
  font-size: 20px;
  writing-mode: vertical-lr;
  margin: 20px auto;
  letter-spacing: 5px;
  color: #fff;
}

.product .content .product-item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product .content .product-item.active .detail {
  animation-name: slideInUp;
  animation-duration: 1s;
  display: block;
  opacity: 1;
}
@keyframes slideInUp {
  from {
    top: 20px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.product .content .product-item .detail {
  opacity: 0;
  position: absolute;
  width: 200%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  color: #112a87;
  z-index: 2;
  padding: 20px;
}

.product .content .product-item:last-child .detail {
  left: -100%;
}

.product .content .product-item .detail .title {
  text-align: left;
}
.product .content .product-item .detail .desc {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

.network {
  padding: 30px 0;
  width: 100%;
  background-image: url("/img/banner/banner4.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.network .types {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 16px;
}
.network .types li {
  color: #333;
  cursor: pointer;
}
.network .types li:last-child::after {
  display: none;
}

.network .types li::after {
  content: "/";
  font-weight: bold;
  color: #333;
  margin-left: 10px;
  margin-right: 10px;
}

.network .types li.active span {
  color: #112a87;
  font-weight: bold;
  border-bottom: 2px solid #112a87;
}

.partner {
  padding: 30px 0;
  background: #fff;
}

.partner .partner-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.partner .partner-item {
  background: #fff;
  width: calc(100% / 9);
  height: 130px;
  padding: 10px;
}

.partner .partner-item .content {
  border: 1px #e0e0e0 solid;
  text-align: center;
  flex-wrap: wrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 10px;
}

.partner .partner-item p {
  white-space: nowrap;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.partner .img-box {
  height: 110px;
  line-height: 110px;
}
.partner .partner-item img {
  max-width: 120px;
  max-height: 90px;
  object-fit: cover;
}

.partner .partner-item:hover {
  color: #172a88;
  font-size: 16px;
  font-weight: bold;
  transform: scale(1.3);
  transition: transform 0.5s;
}
